03. Make a Button Solution

Here's my solution:

<button>a button!</button>

It follows the pattern: <tag>content</tag>. Here, the tag is button and the content turns into the button's text! If you tried opening this HTML in your browser, you should have made a button that looks like this.

Click "Next" to move on to the next part of the problem set.